home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- baOpenURL("http://be.sitestat.com/kinepolis/kinepolis/s?Clickx.150103.OffLikeMikeSite&ns_type=clickin", "maximised")
- end
-
- on beginSprite me
- if inside(point(the mouseH, the mouseV), sprite(me.spriteNum).rect) and not (the mouseDown) then
- cursor(280)
- else
- cursor(0)
- end if
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(0)
- end
-
- on endSprite
- cursor(0)
- end
-